@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#666;}
div,a{color:#666;font-family:"Microsoft YaHei","Arial";}
p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}


/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.fl,.left{ float: left; }

.fr,.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }

img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}


/* header
-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	padding:0 1%;
	z-index:99;
	}
.small {
	background:rgba(0,0,0,0.4);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
/*å·¦ä¾§logo*/
.logo{
	padding:22.5px 0; margin-left:5%
}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.logo{
	padding:22.5px 0; margin-left:2%
}

}




.topewm{
	padding:32.5px 0 32.5px 50px;
	position:relative;
}
.topewm:before{
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position:absolute;
	left:0;
	top:42px;
}
#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.nav,.icon1,.icon2{
		display:none
	}
}
/**/
#toggleMenu {
  position: absolute;
  width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  top:0;
  left:0;
  z-index:-1;
  opacity:0;
}
#toggleMenu.active{
	min-height:100vh;
}
#toggleMenu.active{
	z-index:999;
  opacity:1;
}
#toggleMenu nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .logo {
  position: relative;
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 15;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu nav .full-width-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  background: #151515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu {
  opacity: 1;
  visibility: visible;
}

#toggleMenu nav .full-width-menu .cntBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
  padding: 0 15px;
  width: 60%;
  background: #000;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
  padding: 0 15px;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #131313;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}

#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  background: -webkit-linear-gradient(top, #0a61b8 , #0b2c65);
    background: -o-linear-gradient(bottom, #0a61b8 , #0b2c65);
    background: -moz-linear-gradient(bottom, #0a61b8 , #0b2c65);
    background: linear-gradient(to bottom, #0a61b8 , #0b2c65);
}

#toggleMenu nav .navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
}

#toggleMenu nav .navigation li {
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .navigation li {
	width:100%;
	overflow:hidden;
  line-height:40px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active nav .navigation li:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu.active nav .navigation li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .navigation li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .navigation li:nth-child(5) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .navigation li a {
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height:30px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  margin:0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}


#toggleMenu nav .hinfo {
	width:100%;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#toggleMenu.active nav .hinfo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

#toggleMenu.active nav .hinfo{
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#toggleMenu.active nav .hinfo:nth-child(2) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#toggleMenu.active nav .hinfo:nth-child(3) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#toggleMenu nav .hinfo:not(:first-child) {
  margin-top: 30px;
}

#toggleMenu nav .hinfo li {
	width:100%;
	overflow:hidden;
	line-height:30px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  color: #fff;
  text-align:left;
  font-weight:normal;
}

#toggleMenu nav .hinfo li:nth-child(1) {
  font-size: 18px;
  opacity: 0.5;
}

#toggleMenu nav .hinfo li a {
  text-decoration: none;
	line-height:30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin:0;
  font-weight:normal;
}

#toggleMenu nav .hinfo li a:hover {
  opacity: 0.5;
  color:#fff !important;
}

#toggleMenu nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#toggleMenu nav .social li:first-child {
  width: 100%;
}

#toggleMenu nav .social li {
  width: 50%;
}
.toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
		  right:1%;
		  top:30px;
		  z-index:9999;
}

.toggle span {
  height: 3px;
  margin: 3px 5px;
  width: 30px;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.showHeader .toggle span,.hover .toggle span{
	background: #000;
}
.toggle.active span{
	background: #fff;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      -ms-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle.active span:nth-child(2) {
  opacity: 0;
}

.toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
      -ms-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -7px);
}


#toggleMenu .content {
  position: relative;
  z-index: 10;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

#toggleMenu .content h2 {
  position: relative;
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu .content h2 span {
  font-size: 0.2em;
  font-weight: 300;
  letter-spacing: 5px;
  padding: 0 10px;
  text-transform: uppercase;
  background: #fff;
  color: #111;
  text-shadow: 0 5px 5px rgba(0,0,0,0);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
          box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

#toggleMenu.active .content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
          transform: translateX(-200px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

#toggleMenu .sci {
  position: absolute;
  bottom: 40px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

#toggleMenu .sci li {
  list-style: none;
  margin: 5px;
  padding: 0 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#toggleMenu.active .sci li {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

#toggleMenu .sci li a {
  color: #111;
  background: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
}

#toggleMenu .sci li a:hover {
  background: #111;
  color: #fff;
}

#toggleMenu .sci li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#toggleMenu .sci li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#toggleMenu .sci li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.icon1{
	overflow:hidden;
	padding-top:32px;
	margin-right:80px;
}
.header .left .img2{
	display: none;
}
/*å³ä¾§*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	margin-right:55px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}

.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 37px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #f2f7f9;
	font-size: 18px;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li a:after{
	content:"";
	width:0;
	height:3px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-9px;
	bottom:0;
	border-radius:2px;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.header .navbar_nav li:hover a:after{
	width:18px;
}
.header .navbar_nav li:hover a{
	font-weight:bold;
	color:#0a61b8;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	border-radius:0 0 10px 10px;
	position: relative;
	
}
.header .navbar_nav li.dropdown:after{
	content:"";
	width:8px;
	height:8px;
	background:#0a61b8;
	border-radius:50%;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-4px;
	opacity:0;
}
.header .navbar_nav li.dropdown:hover:after{
	opacity:1;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:0;
	padding-top:100px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
	z-index:-1;
	border-top:solid 3px #0a61b8;
	border-radius:0 0 10px 10px;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;

}


.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 16px;
	color: #333;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	font-weight:normal;
}
.header .navbar_nav li.dropdown .dropdown_menu a:last-child{
	margin-bottom:20px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #333;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color:#0a61b8;
}

.header .navbar_nav li.dropdown:hover a:after{
	display:none;
}
/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 70px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
	width:100%;
	height:100vh;
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

/* mouse
-------------------------------------------------------------- */

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(0, 8px);
            transform: translate(0, 8px);
  }
}

/* tit
-------------------------------------------------------------- */
.tit{
	width:100%;
	height:105px;
	line-height:125px;
	overflow:hidden;
	text-align:center;
	position:relative; margin-top:30px
	}
	/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
	.tit{
	width:100%;
	height:105px;
	line-height:125px;
	overflow:hidden;
	text-align:center;
	position:relative; margin-top:0px
	}
	
}
	
.tit span{
	font-size:125px;
	font-family:Arial;
	color:#f2f7fa;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	}
.tit span:after{
	content:"";
	width:100%;
	height:50%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) , #fcfcfc);
    background: -o-linear-gradient(bottom, rgba(255,255,255,0.3) , #fcfcfc);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.3) , #fcfcfc);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) , #fcfcfc);
	position:absolute;
	left:0;
	bottom:0;
	}
.tit h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#2c3441;
	position:absolute;
	bottom:0;
	text-align:center;
	}
.tit h4 a{
	font-size:40px;
	color:#2c3441;
}
/* more
-------------------------------------------------------------- */
.more{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:82px;
	}
.more span{
	font-size:16px;
	color:#2c3441;
	border-bottom:solid 2px #2c3441;
	padding-bottom:6px;
	margin-left:16px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more span:hover{
	margin-left:8px;
	color:#0a61b8;
	border-bottom:solid 2px #0a61b8;
}
/* about
-------------------------------------------------------------- */
.index_main .section3{
	position:relative;
	}
.about{
	width:100%;
	overflow:hidden;
	}
.about .aboutnr{
	overflow:hidden;
	position:relative;
	}
.aboutnr .aboutimg{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-120px;
	z-index:99;
	top:50%;
	margin-top:-162.5px;
}
.aboutnr .aboutimg img{
	max-width:100%;
	height:auto;
}
.aboutnr .abouticon{
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:120px;
	z-index:99;
	top:50%;
	margin-top:80px;
}
.aboutjs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#2c3441;
	margin-top:45px;
	text-align:center;
	padding:0 15%;
}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:112px;
}
.aboutmore a{
	width:200px;
	height:55px;
	display:block;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:55px;
	background:#f08336;
	border-radius:30px;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:106px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	background:url(../images/line.jpg) no-repeat 95% center;
	}
.aboutlist dl:last-child{
	background:none;
}
.aboutlist dl dt,.aboutlist dl dd{
	overflow:hidden;
	float:left;
	}
.aboutlist dl dt{
	margin-right:10px;
	}
	
.aboutlist dl dt p{ font-size:17px; font-weight:normal; text-align:center; line-height:2; color:#333}	
.aboutlist dl dt .timer{
	font-size:78px;
	font-family:BEBAS;
	color:#2c3441;
	line-height:88px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
	
@font-face {
	font-family:BEBAS;
	src: url('../fonts/Akzidenz.otf'); }	
	
	
.aboutlist dl dt img,.aboutlist dl dt .timer{
	float:left;
	}
.aboutlist dl dt img{
	margin-right:15px;
	margin-top:10px;
	}
.aboutlist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#828282;
	margin-top:18px;
}
.aboutlist dl:hover dt,.aboutlist dl:hover dt .counter{
	color:#d71515;
}
/* ly
-------------------------------------------------------------- */
.ly{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:9;
	}

	.ly p{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:rgb(255,255,255,1);
	line-height:35px;
	text-align:center;
	margin-bottom:8px; margin-top:180PX; text-transform:uppercase;
	}


.ly h4{
	width:100%;
	overflow:hidden;
	font-size:45px;
	color:#fff;
	line-height:55px;
	text-align:center;
	margin-top:7px;
	}
	.ly h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#fff;
	line-height:35px;
	text-align:center;
	margin-bottom:160px; margin-top:0PX
	}
	
	
	@media all and (max-width:1650px){  
	.ly p{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:rgb(255,255,255,1);
	line-height:35px;
	text-align:center;
	margin-bottom:8px; margin-top:140PX; text-transform:uppercase;}
    .ly h5 {
    width: 100%;
    overflow: hidden;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0PX;
}
	}
	
	
	
.lynr{
	width:100%;
	overflow:hidden;
	opacity:0;
	height:0;
}
.lynr.active,.lynum.active{
	opacity:1;
	height:auto;
}
.lynum{
	overflow:hidden;
	font-size:461px;
	line-height:340px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(255,255,255,0.1);
	position:absolute;
	right:0;
	bottom:0;
	opacity:0;
	height:0;
	z-index:1;
}
.lylist{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:66px;
	}
.lylist ul{
	overflow:hidden;
	display:inline-block;
	}
.lylist ul li{
	overflow:hidden;
	float:left;
	margin:0 29px;
	cursor:pointer;
	}
.lylist ul li .lyicon{
	width:88px;
	height:88px;
	border:solid 1px #fff;
	border-radius:50%;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.lylist ul li:hover .lyicon{
	transform: rotate(360deg);
}
.lylist ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.lylist ul li:first-child .lyicon{
	background:url(../images/icon5.png) no-repeat center;
	}
.lylist ul li:nth-child(2) .lyicon{
	background:url(../images/icon6.png) no-repeat center;
	}
.lylist ul li:nth-child(3) .lyicon{
	background:url(../images/icon7.png) no-repeat center;
	}
.lylist ul li:nth-child(4) .lyicon{
	background:url(../images/icon8.png) no-repeat center;
	}
.lylist ul li:hover .lyicon{
	border:solid 1px #0a61b8;
	background-color:#0a61b8;
}

/* proyy
-------------------------------------------------------------- */
.proyy_tit{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.proyy_tit h4,.proyymore{
	overflow:hidden;
	padding:0;
}
.proyy_tit h4,.newstit h4{
	font-size:50px;
	color: #f08336;
	line-height:60px;
}
.proyymore a{
	display:block;
	width:200px;
	height:55px;
	text-align:center;
	line-height:55px;
	font-size:16px;
	color:#fff;
	background:#f08336;
	border-radius:30px;
	font-weight:bold;
	float:right;
}
.jssl{
	position:relative;
}
.proyynr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	border-radius:0 20px 20px 0;
}
.proyynr .swiper-container {
    width: 130%;
}
.jsslnr,.jsslnr h4,.jsslnr .jsslen,.jsslnr .jssljs,.jsslnr .jssltit{
	width:100%;
	overflow:hidden;
}
.proyynr .swiper-slide-active{
	overflow:hidden;
	border-radius:20px 0 0 20px;
}
.proyynr .jsslnr{
	height:515px;
	transform-origin: top left;
	transform: perspective(100px) skewX(-10deg);
	position:relative;
}
.proyynr .swiper-slide-active .jsslnr{
	transform-origin: top left;
	transform: perspective(100px) skewX(-10deg);
}
.jsslnr img{
/*	width:100%;
	height:100%;*/
	object-fit:cover;
	transform: perspective(100px) skewX(10deg);
	position:absolute;
	left:-100px;
	top:0;
	z-index:0; width:80%
}
.proyynr .swiper-slide-active .jsslnr img{
	/*width:100%;
	height:100%;*/
	/*object-fit:cover;*/
	/*transform: perspective(100px) skewX(10deg);*/
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.proyynr .swiper-slide .jsslnr .jsslbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(228,228,228,0);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.proyynr .swiper-slide-active .jsslnr .jsslbg{
/*	background: -webkit-linear-gradient(top, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: -o-linear-gradient(bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: -moz-linear-gradient(bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: linear-gradient(to bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));*/
}
.proyynr .swiper-slide-active .jsslnr .jssltit{
	border-bottom:solid 1px rgba(255,255,255,0.3);
	padding-bottom:28px;
}
.jsslin{
	width:100%;
	overflow:hidden;
	padding:60px 126px 0 56px;
	position:absolute;
	left:5%;
	top:0;
	transform: perspective(100px) skewX(12deg);
	z-index:9;
}
.jsslnr h4{
	font-size:25px;
	color:#2c3441;
	line-height:45px;
	font-weight:normal;
	margin-top:-35px;
}.jsslin .jssltit {
    width: 24%;
    overflow: hidden;
}
.jsslnr .jsslen{
	font-size:15px;
	color:#2c3441;
	font-family:Arial;
}
.jsslnr .jsslnum{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-weight:bold;
	font-size:97px;
	color:rgba(44,52,65,0.8);
	line-height:137px;
}
.jsslnr .jssljs{
	margin-top:32px;
	color:#fff;
	font-size:16px;
	opacity:0;
}
.jsslnr .jsslmore{
	width:60px;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	background:url(../images/icon19.png) no-repeat top center;
	padding-top:23px;
	margin-top:66px;
	opacity:0;
}
.jssl .jsslgd{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:70px;
}
.jssl .jsslgd span{
	color:#2c3441;
	font-size:16px;
	border-bottom:solid 2px #2c3441;
	padding-bottom:4px;
	margin-left:24px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jssl .jsslgd span:hover{
	color:#0a61b8;
	border-bottom:solid 2px #0a61b8;
	margin-left:14px;
}
.proyynr .swiper-slide-active .jsslnr .jssljs,.proyynr .swiper-slide-active .jsslnr .jsslmore{
	opacity:1;
}
.proyynr .swiper-slide-active .jsslnr .jsslnum{
	color:rgba(255,255,255,0.3);
}
.proyynr .swiper-slide-active .jsslnr h4,.proyynr .swiper-slide-active .jsslnr .jsslen{
	color:#fff;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.proyynr .swiper-button{
	overflow:hidden;
	}
.proyynr .swiper-button div{
	width:21px;
	height:38px;
	outline:none;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:99;
	}
.proyynr .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:-50px;
	}
.proyynr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-50px;
	}
.proyynr .swiper-button-lock {
	display: none
}


.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	height:100%;
	overflow:hidden;
}
.pro ul li{
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	height:100%;
	height: 100vh;
	position: relative;
	background:#fff;
	width: 22%;
	float: left;
}
.normal-inner,.active-inner-item .oursl_nr{
	margin-top:41%;
}
.cloud-product-ul li .ourslicon{
	width:100%;
	overflow:hidden;
	}
.cloud-product-ul li .ourslicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li .ourslmore{
	width:100%;
	overflow:hidden;
	border-top:solid 2px rgba(255,255,255,0.4);
	padding-top:32px;
	position:absolute;
	left:0;
	bottom:48px;
	}
.cloud-product-ul li .ourslmore a{
	width:130px;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	background:url(../images/icon7.png) no-repeat 100px 10.5px;
	border-bottom:solid 3px #fff;
	padding-bottom:6px;
	}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .oursl_nr{
	width:100%;
	overflow:hidden;
	float:left;
	}
.active-inner-item .oursl_nr h4{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	}
.active-inner-item .oursl_nr .ourslms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:24px;
	margin-top:28px;
	}
.active-inner-item .oursl_nr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	padding:0 118px;
	margin-top:18px;
	}
.cloud-product-ul li .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.cloud-product-ul li .proicon img{
	max-width:100%;
	height:auto;
	}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:28px;
	color:#fff;
	line-height:38px;
	text-align:center;
	margin-top:20px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	width: 100%;
	height: 82px
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}

.cloud-product-ul li.active {
	z-index: 9;
	width: 34%;
}
/* fwbz
-------------------------------------------------------------- */
.fwbz{
	position:absolute;
	top:12%;
	left:50%;
	margin-left:-738px !important;
}
.fwbz .pic{ width:980px; margin:0 auto; margin-left:30%; margin-top:-15% }
/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.fwbz .pic{ width:980px; margin:0 auto; margin-left:20%; margin-top:-15% }

}

.youshi_1{ width:610px; margin-top:50px}

.youshi1{ width:610px; height:280px;  overflow:hidden ; margin-right:6px; margin-bottom:6px; border-top-left-radius: 13px; }

.youshi2{ width:351px; height:242px; overflow:hidden ; margin-right:6px ; border-bottom-left-radius: 13px;}
.youshi3{ width:253px; height:242px; overflow:hidden;  }

.youshi_2{ width:364px; height:529px; overflow:hidden ;margin-top:50px;border-top-right-radius: 13px;border-bottom-right-radius: 13px;   }

.youshi5{ width:228px; padding:32px 32px 60px 32px; background:rgb(0,154,130,.8); margin:128px 0 0 82px;  }
.youshi5 span{ color:#fff; font-size:48px; font-weight:bold; width:100%}
.youshi5 p{ color:#fff; font-size:18px;  width:100%; line-height:50px }
.youshi5  b{ font-size:20px; border-bottom:1px #fff solid; color:#fff;  font-weight:normal; width:100% ;text-transform:uppercase; padding-bottom:8px}
.youshi5 em{ font-style:normal; color:#fff; margin-top:25px; width:100% ; display:block ; font-size:22px}

.fwbz .pic a:hover img{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out; transform:scale(1.1);//设置缩放比例
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);

}
.fwbz .fl{ float:left}
.fwbz .fr{ float:right}

.fwbz .tit span:after{
	display:none;
	}
.fwbz .tit h4{
	color:#fff;
	text-align:left;
	}
.fwbz .tit{
	text-align:left;
	}
.fwbz .tit span{
	color:rgba(255,255,255,0.08);
	}
.fwbz .more{
	text-align:left;
	margin-top:34px;
	}
.fwbz .more span{
	color:#fff;
	border-bottom: solid 2px #fff;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.fwbz .more span:hover{
	color:#0a61b8;
	border-bottom: solid 2px #0a61b8;
}
.fwbznr{
	width:100%;
	overflow:hidden;
	margin-top:140px;
}
/* sdbz
-------------------------------------------------------------- */
.section5{
	position:relative;
}
.sdbz{
	opacity:0;
	height:0;
}
.sdbz.active{
	opacity:1;
	height:auto;
}
.sdbz,.sdbz h4,.sdbz p{
	width:100%;
	overflow:hidden;
}
.sdbz h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.sdbz p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
}
.sdbzlist{
	width:62%;
	overflow:hidden;
	background:#fff;
	padding-left:11.5%;
	border-radius:0 40px 0 0;
	position:absolute;
	left:0;
	bottom:0;
}
.sdbzlist ul,.sdbzlist ul li .sdbz_icon,.sdbzlist ul li h4{
	width:100%;
	overflow:hidden;
}
.sdbzlist ul{
	margin:0;
}
.sdbzlist ul li{
	width:25%;
	height:300px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.sdbzlist ul li .sdbzbg{
	width:100%;
	height:100%;
	padding-top:106px;
	border-radius:0 40px 0 0;
}
.sdbzlist ul li:nth-child(1){
	background:#0a61b8;
}
.sdbzlist ul li:nth-child(2){
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(3){
	background:#0b2c65;
}
.sdbzlist ul li:nth-child(1) .sdbzbg{
	background:#fff;
}
.sdbzlist ul li:nth-child(2) .sdbzbg{
	background:#0a61b8;
}
.sdbzlist ul li:nth-child(3) .sdbzbg{
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(4) .sdbzbg{
	background:#0b2c65;
}
.sdbzlist ul li .sdbz_icon{
	text-align:center;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.sdbzlist ul li:hover .sdbz_icon{
	transform: rotate(360deg);
}
.sdbzlist ul li h4{
	text-align:center;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
	font-weight:normal;
	margin-top:24px;
}
.sdbzlist ul li:nth-child(2) .sdbzbg h4,.sdbzlist ul li:nth-child(3) .sdbzbg h4,.sdbzlist ul li:nth-child(4) .sdbzbg h4{
	color:#fff;
}
/* newsnr
-------------------------------------------------------------- */

.news .tit{ margin-top:10%!important}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.news .tit{ margin-top:10px!important}

}

.news .tit,.news .tit h4{
	text-align:left;
	}
.newsnr,.newslist,.newslist .newsdate,.newslist h4,.newslist p{
	width:100%;
	overflow:hidden;
	}
.newsnr{
	margin-top:74px;
}
.newslist .newsdate{
	font-size:45px;
	color:#2f2f2f;
	font-family:Arial;
	line-height:45px;
	margin-bottom:28px;
	}
.newslist h4{
	font-size:28px;
	color:#1c2533;
	line-height:38px;
	}
.newslist p{
	font-size:15px;
	color:#6f6f6f;
	margin-top:28px;
	}
	
	.newslist{ }
	
.newslist .newsmore{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#1c2533;
	line-height:30px;
	background:url(../images/icon14.png) no-repeat left center;
	padding-left:63px;
	margin-top:98px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist:hover .newsmore{
	background:url(../images/iconh14.png) no-repeat left center;
}
.newsbot{
	width:100%;
	overflow:hidden;
	margin-top:45px;
}
.newsbot .swiper-button{
	float:left;
}
.newsbot .swiper-button div{
	float:left;
	width:58px;
	height:58px;
	border:solid 1px #bababa;
	border-radius:50%;
	margin-right:16px;
}
.newsbot .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
}
.newsbot .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
}
.newsbotmore{
	width:178px;
	height:60px;
	line-height:60px;
	border:solid 1px #bababa;
	border-radius:30px;
	float:left;
	text-align:right;
	padding-right:28px;
	background:url(../images/icon15.png) no-repeat 44px center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsbotmore a{
	display:block;
}
.newsbotmore:hover{
	border: solid 1px #0a61b8;
}
.newsbotmore:hover a{
	color:#0a61b8;
}
/* zlhb
-------------------------------------------------------------- */
.zlhb{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding-top:45px;
	padding-bottom:30px;
}
.zlhbnr{
	position:relative;
}
.zlhbnr .swiper-button{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
}
.zlhbnr .swiper-button div{
	width:30px;
	height:30px;
	border-radius:50%;
	float:left;
	margin-left:10px;
}
.zlhbnr .swiper-button .swiper-button-prev{
	background:#e1e1e1 url(../images/prev3.png) no-repeat center;
}
.zlhbnr .swiper-button .swiper-button-next{
	background:#e1e1e1 url(../images/next3.png) no-repeat center;
}
.zlhbnr .swiper-button div:hover{
	background-color:#0a61b8;
}
.zlhblist{
	opacity:0;
	height:0;
	position:relative;
	z-index:-1;
	height:0;
}
.zlhblist.active{
	opacity:1;
	height:auto;
	position:relative;
	z-index:1;
	height:auto;
	}
.zlhbbt,.zlhbbt ul{
	width:100%;
	overflow:hidden;
}
.zlhbnr .zlhbbt{
	margin-bottom:18px; margin-top:5%
}
.zlhbbt ul{
	margin-bottom:0;
}
.zlhbbt ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-right:48px; margin-bottom:20px
}
.zlhbbt ul li.active{
	border-bottom: solid 2px #2c3441;
}
.zlhbbt ul li a{
	font-size:25px;
	color:#2c3441;
}
.zlhblist,.zlhbcont{
	width:100%;
	overflow:hidden;
}
.zlhbcont{
	background:#fff;
	font-size:16px;
	line-height:30px;
	color:#2c3441;
	border-radius:10px;
	text-align:center;
	padding:20px 0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.zlhbcont:hover{
	background:#0a61b8;
	color:#fff;
}
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
}
.link a{
	margin-right:10px;
}
.link a:hover{
	color: #0a61b8;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	border-top:solid 1px #dedede;
	padding:52px 0 108px 0;
	}
.footer .footerrt{
	width:27%;
	overflow:hidden;
	padding-top:20px;
	}
.footerrt .botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:56px;
	}
.footerrt .botlogo img{
	max-width:100%;
	height:auto;
	}
.footerrt .telbt,.footerrt .telnr{
	width:100%;
	overflow:hidden;
	}
.footerrt .telbt{
	font-size:15px;
	color:#3e4346;
	line-height:30px;
	margin-bottom:8px;
	}
.footerrt .telnr,.footerrt .telnr a{
	font-size:16px;
	color:#555;
	}
.footer .footerlf{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf .botsearch,.footer .footerlf .botsearch p{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf .botsearch{
	margin-bottom:60px;
	}
.footer .footerlf .botsearch p{
	font-size:15px;
	color:#3e4346;
	line-height:30px;
	margin-bottom:18px;
	}
.botsearch_box{
	width:100%;
	overflow:hidden;
	}
.botsearch_box input{
	width:368px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	background:#fff;
	padding:0 20px;
	font-size:15px;
	color:#bcbbbc;
	float:left;
	border-radius:10px 0 0 10px;
	}
.botsearch_box button{
	width:128px;
	height:50px;
	overflow:hidden;
	background:#2c3441 url(../images/icon16.png) no-repeat center;
	border-radius:0 10px 10px 0;
	float:left;
	}
.footer .footerlf ul{
	width:100%;
	overflow:hidden;
	}
.footer .footerlf ul li{
	overflow:hidden;
	padding:0;
	}
.footer .footerlf ul li h4{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding-bottom:10px;
	}
.footer .footerlf ul li h4 a{
	font-size:17px;
	color:#3e4346;
	}
.footer .footerlf ul li p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:8px;
	}
.footer .footerlf ul li p a{
	font-size:15px;
	color:#959798;
	position:relative;
	}
.footer .footerlf ul li p a:after{
	content:"";
	width:0;
	height:3px;
	background:rgba(20,178,157,0.6);
	position:absolute;
	left:0;
	bottom:2px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.footer .footerlf ul li p a:hover:after{
	width:100%;
}
.footerrt dl{
	overflow:hidden;
	float:left;
	margin-top:60px;
	margin-right:35px;
	}
.footerrt dl dt,.footerrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.footerrt dl dd{
	font-size:15px;
	line-height:30px;
	color:#959798;
	margin-top:4px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#dfdfdf;
	padding:38px 0;
	}
.bot .botlf,.bot .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#3e4346;
	}
.bot .botlf a,.bot .botrt a{
	color:#3e4346;
	}
.bot .botrt{
	text-align:right;
	}
.bot a:hover{
	color:#0a61b8;
} .footerbot {
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}
 .footerbot dl{
	overflow:hidden;
	float:left;
	}
 .footerbot dl dt, .footerbot dl dd{
	overflow:hidden;
	text-align:center;
	}
 .footerbot dl dd{
	color:#969696;
	line-height:30px;
	font-size:16px;
	margin-top:10px;
	}
.botlxfs{
	overflow:hidden;
	margin-left:68px; 
	}.left {
    float: left; width:23%
}
.boticon{
	width:100%;
	overflow:hidden;
	}
.boticon img{
	max-width:100%;
	height:auto;
	}
.botlxfs h4{
	width:100%;
	overflow:hidden;
	color:#444;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin-top:13px; margin-bottom:10px
	}
.botlxfs .bottel{
	width:100%;
	overflow:hidden;
	font-size:35px;
	font-family:Arial;
	line-height:40px;
	color:#fff;
	margin-top:10px;
	}
.botlxfs .bottel a{
	font-size:35px;
	color:#555; font-family:Arial, Helvetica, sans-serif
}
.botlxfs p{
	width:100%;
	overflow:hidden;
	color:#555;
	font-size:18px;
	line-height:38px;
	margin-top:0px;
	}
.botly{
	overflow:hidden;
	}
.botly{
	overflow:hidden;
	}
.botly p{
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-top:2px;
	}
.bot{
	width:100%;
	overflow:hidden;
	background:#333333; background:url(../images/footer.jpg) no-repeat center top
	}
.bot .botnr{
	padding:40px 0;
	border-top: solid 1px #dedede;
	}
.bot .botnr .botlf,.bot .botnr .botrt{
	overflow:hidden;
	padding:0;
	line-height:30px;
	color:#969696;
	}
.bot .botnr .botlf a,.bot .botnr .botrt a{
	color:#969696;
	}
.bot .botnr .botrt{
	text-align:right;
	}



/* toolbar
-------------------------------------------------------------- */
#toolbar {
	width:55px;
    position: fixed;
    z-index: 9999;
    right: 28px;
    bottom: 38px;
}
#toolbar ul,#toolbar ul li .li-icon,#toolbar ul li p{
	width:100%;
}
#toolbar ul li{
	width:100%;
	margin-bottom:14px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); 
	border-radius:50%;
}
#toolbar .online-one li.phone,#toolbar .online-one li.ewm{
	position:relative;
}
#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    font-size: 14px;
	background:#fff;
	z-index:99;
}
#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#toolbar .online-one li.ewm .ewm-box {
	overflow:hidden;
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
#toolbar .online-one li.ewm .ewm-box img{
	max-width:100%;
	height:auto;
}
#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#toolbar .online-one li.return{
	cursor:pointer;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:700px;
	position:relative;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:933px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:613px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:525px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:496px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:467px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:420px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:361px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:280px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:233px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:197px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon23.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.menu_na {
	overflow: hidden;
	text-align:center;
	position:absolute;	
	bottom:40%; color:#fff; text-align:center; width:100%
}.menu_na h5{ font-size:40px}
.menu_na span{ font-size:16px; color:#fff; line-height:40px; font-family:Arial, Helvetica, sans-serif}

.menu_n {
	overflow: hidden;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-738px !important;
	bottom:20px;
}
.menu_n ul {
	overflow: hidden;
	display:inline-block;
	margin-bottom:0;
}
.menu_n ul li {
	overflow: hidden;
	float: left;
	line-height:30px;
	margin:0 10px;
}
.menu_n ul li a {
	font-size: 16px;
	color: #fff;
	position:relative;
}
.menu_n ul li:before{
	content:"▪";
	color:#fff;
	margin-right:5px;
}
.menu_n ul li a:after{
	content:"";
	width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.menu_n ul li:hover a:after,.menu_n ul li.active a:after{
	width: 100%;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#6aa271;
	line-height:35px;
	margin:0 0 5px 0;
	}
.ntit hr{
	width:52px;
	height:2px;
	background:#6aa271;
	border:none;
	}
/* about_n
-------------------------------------------------------------- */
.about_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:50px; margin-bottom:80px
	}
.about_n .aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#343434; margin-top:5px
	}
.about_n .aboutnr_n img{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:80px;
	position:relative;
	z-index:2;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	background:#0a61b8;
	padding:40px;
	border-radius:20px;
	}
.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	width:33.3333333333%;
	overflow:hidden;
	float:left;
	margin:10px 0;
	}
.contactnr_n ul li .icon{
	width:100%;
	overflow:hidden;
}
.contactnr_n ul li .icon img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:34px;
	color:#fff;
	font-weight:normal;
	margin-top:20px;
}
.contactnr_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#fff;
}
.contactnr_n ul li p a{
	font-size:20px;
	color:#fff;
}
.contactnr_n ul li dl{
	overflow:hidden;
	}
.contactnr_n ul li dl dt,.contactnr_n ul li dl dd{
	overflow:hidden;
	text-align:center;
	}
.contactnr_n ul li dl dt img{
	max-width:100%;
	height:auto;
}
.contactnr_n ul li dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.map{
	width:100%;
	overflow:hidden;
	margin-top:-150px;
	position:relative;
	z-index:1;
	}
.map img{
	width:100%;
	height:auto;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
	border: solid 1px #ccc;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
/* yj_n
-------------------------------------------------------------- */
.yj_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:60px;
}
.yjnr_n p{
	width: 100%;
    overflow: hidden;
	font-size:20px;
	line-height:30px;
    padding: 20px 40px;
    box-shadow: 6px 0px 32px #ececec;
    margin: 40px 0;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yjnr_n p:hover{
	background:#0a61b8;
	color:#fff;
	cursor:pointer;
}

/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
}
#wrap,.nsbnr{
	width:100%;
	overflow:hidden;
}
.nsbnr dl{
	overflow:hidden;
	margin:15px 0;
}
.nsbnr dl dt{
	width:100%;
	overflow:hidden;
	position:relative;
	height:242px;
	border:solid 1px #e3e3e3;
}
.nsbnr dl dd {
	width:100%;
	overflow:hidden;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}
.nsbnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease; height:100%
	}
.nsbnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.nsbnr dl:hover dd {
	color: #e95416;
}
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.med_list_box{
	width:100%;
}
.med_list_box > a {
    border-top: 1px solid #c6ced3;
    display: block;
    position: relative;
    transition: all .5s ease;
    padding: 70px 130px 80px 130px;
}
.med_list_box > a:first-child {
    border-top-color: transparent;
}
.med_list_case> span {
    position: absolute;
    left: 0;
    top: 53px;
    transition: all .5s ease;
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
    display: block;
    text-align: center;
    color: #0a61b8;
}
.med_tex_box {
    width: calc(100% - 90px);
    padding-right: 10px;
    line-height: 1.5;
    color: #84898c;
    transition: margin-left .5s ease;
}
.med_title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.med_info {
    margin-top: 30px;
    font-size: 14px;
}
.med_time {
    position: absolute;
    text-align: left;
    right: 0;
    line-height: 30px;
    font-size: 30px;
    top: 71px;
    color: rgba(0,0,0,.5);
    transition: all .5s ease;
    width: 124px; font-family:Arial, Helvetica, sans-serif
}
.med_time span {
    font-size: 16px;
}
.med_list_box > a:hover{
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(29,56,75,.17);
  border-top-color: transparent;
}
.med_list_box > a:hover+a{
  border-top-color: transparent;
}
.med_list_box > a:hover .med_title{
  color: #0a61b8;
}
.med_list_box > a:hover>span{
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  -moz-box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  box-shadow: 0 0 59px rgba(11, 109, 57, .36);
  background: linear-gradient(90deg, #0a61b8 0%, #0b2c65 100%)!important;
  padding: 0 60px;
  color: #fff;

}
.med_list_box > a:hover .med_tex_box{
  margin-left: 90px;
}
.med_list_box > a:hover .med_time{
  width: 130px;
}
.marg{
	margin-top:40px;
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.news_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto;
	}
/* partners_n
-------------------------------------------------------------- */
.bg{
	background:#f0f0f0;
}
.partners_n{
	margin-top:60px;
	margin-bottom:60px;
}
.partnersnr_n,.partnersnr_n ul{
	width: 100%;
    overflow: hidden;
}
.partnersnr_n ul li{
	width:15.6666666666667%;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	padding:18px 0;
	float:left;
	text-align:center;
	background:#fff;
	margin:15px 0.5%;
	border-radius:10px;
	transition: all .5s ease;
}
.partnersnr_n ul li:hover{
	background:#0a61b8;
	color:#fff;
}
/* gssl_n
-------------------------------------------------------------- */
.gssl_n{
	width:100%;
	overflow:hidden;
	background: #f3f3f3;
}
.solution-section{
	padding-top:130px;
	padding-bottom:100px;
}
.solution-section .box{
	background: #FFFFFF;
	box-shadow: rgba(0,0,0,0.1) -15px 10px 40px;
	margin-left: 170px;
	border-radius:30px 0 0 30px;
	/*overflow: hidden;*/
}
.solution-section .txt{
	float: left;	
	position: relative;
	padding-left: 85px;
	font-family: OPPOSans;
	font-size: 16px;
	color: #6b6b6b;
	width: 60%;
	height: 583px;
	padding-top: 170px;
	padding-right: 100px;
}
.solution-section .txt sup{
	font-family: Bebas;
	font-size: 106px;
	color: #6b6b6b;
	font-weight: bold;
	position: absolute; left: 85px; top: -50px;  
	line-height: 1; 
	z-index: 1;
	font-family: myTwoFont;
}
.solution-section .txt h2{
	font-family: OPPOSans;
	font-size: 24px;
	line-height:34px;
	color: #6b6b6b;
	font-weight: bold;
	padding-bottom: 50px;
	z-index: 1; 
	position: relative;
}
.solution-section .txt li{
	padding-bottom: 25px; 
	position: relative;
	z-index: 1; 
	font-size:16px;
	line-height:30px;
}
.solution-section .txt p{
	position: relative; z-index: 1; text-indent: 2em;
}
.solution-section .txt em{
	position: absolute; 
	left: 0; 
	top: 0;
	font-size:16px;
	font-style: normal;
}
.solution-section .txt .bgimg{
	position: absolute;right:0;bottom: 0;
}
.solution-section .img{
	float: right;
	width: 40%; 
	height: 583px; 
	background-repeat:no-repeat ; 
	background-size:cover ; 
	background-position:center ;
}
.solution-section2 .box {
    background: #FFFFFF;
    box-shadow: rgb(0 0 0 / 10%) 10px 15px 40px;
    margin-right: 170px;
    margin-left: 0;
	border-radius:0 30px 30px 0;
}
.solution-section2 .img{
	float: left;	
	
}
.solution-section2 .txt{
	float: right;
}
.solution-section2 .txt sup{
	position: absolute;
	right: 80px;
	line-height: 1;
	left: auto;
}
/* jssl_n
-------------------------------------------------------------- */
.jsslbg{
	background: #ebf0f0;
}
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.x-flex-stretch {
    align-items: stretch !important;
}
.x-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.x-width {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.x-width img{
	max-width:100%;
	height:auto;
}
.tech-list li {
    padding: 50px 0;

}

.tech-list li .left, .tech-list li .right {
    width: 50%;
}

.tech-list li .right {
    padding: 40px 60px 40px 0;
}

.tech-list li .right p {
    font-size: 18px;
    color: #666;
}

.tech-list li .right .num {
    margin-top: 50px;
    font-family: Montserrat-ExtraLight, sans-serif;
    font-size: 40px;
    color: #ccc;
    font-weight: normal;
}

.tech-list li:nth-child(odd) .left {
    order: 2;
}

.tech-list li:nth-child(even) .right {
    order: 1;
    padding: 40px 60px;
}

.tech-list li:nth-child(2n) {
    background-color: #fff;

}
.x-main-title2 {
    margin-bottom: 50px;
}
.x-main-title2 h1{
	margin:0;
}
.tech-list li .right p {
    font-size: 18px;
    color: #666;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:366px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0e746e;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}	
.post-content {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 60px;
}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 0 0 0;
	}
.nprolist{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	}
.nprofh{
	padding:0;
	}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#bb151f;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
article img {
	max-width: 100%;
	height: auto
}

article .photo>img {
	width: 100%;
	height: auto
}

a.photo {
	position: relative;
	display: block;
	overflow: hidden
}

a.photo .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,.4);
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	line-height: 1em;
	opacity: 0;
	transition: .3s
}

a.photo:hover .description {
	opacity: 1;
	line-height: 3.5em;
	transition: .3s
}

.model {
	padding: 15px;
	border-top: 1px solid #f0f2f4
}

.model .modelTitle,.comment-reply-title {
	margin-left: -15px;
	border-left: 3px solid #50585f;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0
}

.model .modelTitle i {
	margin-right: 5px
}

.exif .info {
	font-weight: bold;
	transition: .3s
}

.exif .info label {
	font-weight: normal;
	width: 3em;
	opacity: .5;
	transition: .3s
}

.exif .info:hover {
	color: #20a0ff;
	transition: .3s
}

.exif .info:hover label {
	opacity: 1;
	color: #50585f;
	transition: .3s
}

.comment-reply-title:before {
	content: '\f1d8';
	margin-right: 5px
}[pandaPicshow] .thumbnails {
	position: relative;
	text-align: center;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	background:#fff;
}[pandaPicshow] .thumbnails>a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s
}[pandaPicshow] .thumbnails>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	transition: .3s
}[pandaPicshow] .thumbnails>a.current {
	border-color: #0b56a6;
	box-shadow: 0 0 0 1px #fff inset;
	transition: border-color .3s
}[pandaPicshow] .thumbnails>a.current:before {
	opacity: 0
}[pandaPicshow] .showBox {
	position: relative;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}[pandaPicshow] .showBox>a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: .6s;
	text-decoration: none
}[pandaPicshow] .showBox.contain>a {
	background-size: contain
}[pandaPicshow][shadowBox="disable"] .showBox a {
	cursor: default
}[pandaPicshow] .showBox>a.current {
	z-index: 1;
	opacity: 1
}[pandaPicshow] .showBox>a.past {
	opacity: 0
}[pandaPicshow] .showBox>a>p.description {
	color: #fff;
	position: absolute;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	background: rgba(0,0,0,.5);
	background: linear-gradient(transparent,rgba(0,0,0,.3),rgba(0,0,0,.7));
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	bottom: 0;
	padding: 0 15px;
	opacity: 0;
	transition: .3s
}[pandaPicshow] .showBox:hover>a>p.description {
	opacity: 1;
	line-height: 50px;
	transition: .3s
}[pandaPicshow] .showBox>.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}[pandaPicshow] .showBox>.loading.complete {
	opacity: 0
}[pandaPicshow] .showBox>.loading:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	animation: imageLoading 1s linear infinite;
	transition: 1s ease .3s
}[pandaPicshow] .showBox>.loading.complete:before {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.loading:after {
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	opacity: .5;
	z-index: 1;
	transition: 1s
}[pandaPicshow] .showBox>.loading.complete:after {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.navigator>* {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 80px;
	max-width: 30%;
	background-color: transparent
}[pandaPicshow] .showBox>.navigator>.prev {
	left: 0
}[pandaPicshow] .showBox>.navigator>.prev:before,[pandaPicshow] .showBox>.navigator>.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0,0,0,.25)
}[pandaPicshow] .showBox>.navigator>.prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	left: calc(50% - 10px)
}[pandaPicshow] .showBox>.navigator>.next {
	right: 0
}[pandaPicshow] .showBox>.navigator>.next:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	right: calc(50% - 10px);
	opacity: .8
}[pandaPicshow] .showBox>.navigator>.prev {
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next {
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next,[pandaPicshow] .showBox>.navigator>.prev {
	transition: .3s;
	opacity: 0
}[pandaPicshow] .showBox>.navigator>.next:hover,[pandaPicshow] .showBox>.navigator>.prev:hover {
	opacity: 1
}

@keyframes imageLoading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

@keyframes showboxCover {
	0% {
		background-position: top left
	}

	50% {
		background-position: bottom right
	}

	100% {
		background-position: top left
	}
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:253px;
	border: 1px solid #ebebeb;
	position:relative;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
}
.card-body h5 a,.card-body h5 span{
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
.card-body h5 a:hover,.card-body h5 a:hover span{
	color:#0a61b8;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul .current{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}

.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#0a61b8;
}

/* 图片和滚屏样式
-------------------------------------------------------------- */

/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100vh;
	z-index: 0;
}
.index_main .section1 .index_banner .items video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_main .section1 .index_banner .item .bannerbg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: -webkit-linear-gradient(top, rgba(10,181,158,0), rgba(10,181,158,0.5));
    background: -o-linear-gradient(bottom, rgba(10,181,158,0), rgba(10,181,158,0.5));
    background: -moz-linear-gradient(bottom, rgba(10,181,158,0), rgba(10,181,158,0.5));
    background: linear-gradient(to bottom, rgba(10,181,158,0), rgba(10,181,158,0.5));
	z-index:1;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 23.8%;
	
	z-index:9;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.index_main .section1 .index_banner .item .inner .block_txt{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top: 16.8%;
	
	z-index:9;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}

}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: 'COCO'; line-height:1.6
}
.index_main .section1 .index_banner .item .inner .block_txt h4 img{
	margin:auto;
	max-width:100%;
	height:auto;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width: 58px;
	height: 58px;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	bottom: 82px;
	font-size: 0;
	outline: none;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 58px;
	height: 58px;
	border:solid 1px #fff;
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:36px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	left:118px;
}
.index_main .section1 .number{
	position: absolute;
	bottom:58px;
	left: 17px;
	display: table;
	width: auto;
	text-align: center;
	z-index:100;
}
.index_main .section1 .number span{
	width:16px;
	height:16px;
	border-radius:50%;
	border:solid 3px #fff;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin:0 23px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
	background:#0a61b8;
	border:solid 3px #0a61b8;
}
.tsgd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	bottom:34px;
	z-index:99;
}
.tsgd .tsgdimg,.tsgd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:10px;
}
.tsgd .tsgdimg{
	-webkit-animation: scroll 1s infinite alternate;
    animation: scroll 1s infinite alternate;
}
.tsgd p{
	color:#fff;
}

.index_main .section2{
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background:url(../images/lybg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background:url(../images/jsbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
	background:url(../images/xbbg.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section6{
	background:url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
	.cjsbrt .swiper-slide .cjsbimg{
		height:488px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.nsbnr dl dt{
		height:225px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.nsbnr dl dt{
		height:215px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.nsbnr dl dt{
		height:190px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.nsbnr dl dt{
		height:17px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.nsbnr dl dt{
		height:215px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nsbnr dl dt{
		height:205px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nsbnr dl dt{
		height:215px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.nsbnr dl dt{
		height:335px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 911px) {
	.nsbnr dl dt{
		height:296px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
	.nsbnr dl dt{
		height:275px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nsbnr dl dt{
		height:369px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nsbnr dl dt{
		height:306px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nsbnr dl dt{
		height:234px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nsbnr dl dt{
		height:203px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nsbnr dl dt{
		height:169px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nsbnr dl dt{
		height:144px;
	}
}

@media only screen and (max-width: 1768px){
	.lynum {
		font-size: 441px;
		line-height: 320px;
	}
	.proyynr,.jssl .jsslgd{
		margin-top:50px;
	}
	.fwbznr {
		margin-top: 80px;
	}
	.zlhb {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#fp-nav.right {
		right: 10px;
	}
	.footer {
		padding: 50px 0;
	}
}
@media only screen and (max-width: 1600px){
	.header .nav{
		margin-right:50px;
	}
	.aboutlist dl dt .timer{
		font-size: 78px;
		line-height:78px;
	}
	.aboutlist dl dt img {
		margin-top:0px;
	}
	.aboutjs {
		padding: 0 12%;
	}
	.lynum {
		font-size: 421px;
		line-height: 310px;
	}
	.sdbz h4{
		font-size:28px;
		line-height:38px;
	}
	.fwbz {
		top: 6%;
		margin-left: -44% !important;
	}
	.fwbznr{
		margin-top:50px;
	}
	.newslist .newsdate{
		font-size:40px;
		line-height:40px;
	}
	.newslist h4{
		font-size:24px;
		line-height:34px;
	}
	.menu_n{
		margin-left:-44% !important;
	}
	.tit{
		line-height:115px;
		height:115px;
	}
	.tit span {
		font-size: 115px;
	}
	.tit h4,.tit h4 a{
		font-size:38px;
	}
	.ly h4{
		font-size:42px;
		line-height:52px;
	}
	.proyynr .jsslnr{
		height:500px;
	}
	.jssl .jsslgd,.proyynr{
		margin-top:20px;
	}
	.sdbzlist ul li h4{
		font-size:20px;
		line-height:30px;
	}
	.jsslnr h4{
		font-size:32px;
		line-height:42px;
	}
	.zlhbbt ul li a {
		font-size: 22px;
	}
	.footer {
		padding: 40px 0;
	}
	.footer .footerlf ul li p{
		margin-top:0;
	}
}
@media only screen and (max-width: 1440px){
	.header .nav{
		margin-right:30px;
	}
	.header .navbar_nav li a {
		padding: 0 20px;
	}
	.aboutlist dl dt .timer{
		font-size: 63px;
		line-height:68px;
	}
	.aboutlist dl dt img {
		margin-top:0px; 
	}
	.aboutjs {
		padding: 0 10%; font-size:16px
	}
	.lynum {
		font-size: 380px;
		line-height: 280px;
	}
	.sdbz h4{
		font-size:26px;
		line-height:36px;
	}
	.tit{
		line-height:105px;
		height:105px;
	}
	.tit span {
		font-size: 105px;
	}
	.tit h4,.tit h4 a{
		font-size:36px;
	}
	.more,.aboutlist{
		margin-top:50px;
	}
	.ly h4{
		font-size:40px;
		line-height:50px;
	}
	.jsslnr h4{
		font-size:30px;
		line-height:40px;
	}
	.proyynr .swiper-button .swiper-button-prev{
		left: -30px;
	}
	.proyynr .swiper-button .swiper-button-next{
		right:-30px;
	}
	.footerrt dl {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1360px){
	.header .nav {
		margin-right: 40px;
	}
	.index_main .section1 .number span{
		margin:0 15px;
	}
	.tit {
		line-height: 85px;
		height: 85px;
	}
	.tit span {
		font-size: 85px;
	}
	.tit h4, .tit h4 a {
		font-size: 34px;
	}
	.lynum {
		font-size: 350px;
		line-height: 260px;
	}
	.sdbzlist ul li {
		height: 260px;
	}
	.sdbzlist ul li .sdbzbg {
		padding-top: 66px;
	}
	.aboutlist dl dt .timer{
		font-size: 58px;
		line-height:58px;
	}
	.aboutlist dl dt img {
		margin-top: 0;
	}
	.aboutlist dl dd p{
		margin-bottom:0;
	}
	.more,.aboutlist{
		margin-top:50px;
	}
	.newslist .newsmore,.newsbot{
		margin-top:50px;
	}
	.jsslnr .jssljs{
		font-size:15px;
	}
	.fwbz{
		top:4%;
	}
	.fwbz .more{
		margin-top:20px;
	}
	.fwbznr {
		margin-top: 30px;
	}
	.ly h4{
		font-size:36px;
		line-height:46px;
	}
	.newslist .newsdate {
		font-size: 36px;
		line-height: 36px;
	}
	.newslist h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.partnersnr_n ul li{
		font-size:15px;
	}
	.proyynr .jsslnr{
		height:420px;
	}
	.jsslnr .jsslmore{
		margin-top:40px;
	}
	.jssl .jsslgd img{
		width:40px;
	}
	.jssl .jsslgd span{
		margin-left:15px;
	}
	.jsslin{
		padding: 40px 116px 0 46px;
	}
	.jsslnr h4{
		font-size:26px;
		line-height:36px;
	}
	.zlhb{
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer {
		padding: 30px 0;
	}
	.zlhbcont{
		font-size:15px;
	}
	.zlhbbt ul li a {
		font-size: 20px;
	}
	.footer .footerlf ul li h4{
		padding-bottom:0;
	}
	.footer .footerrt{
		padding-top:0;
	}
	.footerrt dl{
		margin-top:20px;
	}
	.footer .footerlf .botsearch p{
		margin-bottom:10px;
	}
	.footer .footerlf .botsearch {
		margin-bottom: 20px;
	}
	.footer .footerlf ul li p{
		margin-top:0;
	}
	.bot {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 1280px){
	.header .navbar_nav li a {
		padding: 0 25px;
	}
	.header .navbar_nav li a {
		padding: 0 20px;
	}
	.icon1 {
		margin-right: 60px;
	}
	.jsslnr .jssljs{
		font-size:14px;
	}
	.lynum {
		font-size: 320px;
		line-height: 240px;
	}
	.aboutlist dl dt .timer {
		font-size: 48px;
		line-height: 48px;
	}
	.aboutlist dl dt img{
		height:45px;
	}
	.partnersnr_n ul li{
		font-size:14px;
	}
	.zlhbcont{
		font-size:14px;
	}
	.solution-section .txt sup {
		font-size: 86px;
	}
	.fwbz {
		top: 2%;
	}
	.sdbzlist ul li h4{
		margin-top:10px;
	}
	.sdbzlist ul li {
		height: 220px;
	}
	.sdbzlist ul li .sdbzbg {
		padding-top: 56px;
	}
	.newsnr {
		margin-top: 50px;
	}
	.newslist .newsdate{
		margin-bottom:10px;
	}
	.newslist .newsdate{
		margin-top:10px;
	}
	.newslist .newsmore, .newsbot{
		margin-top:30px;
	}
	.zlhbbt ul li a {
		font-size: 18px;
	}
	.footer {
		padding: 15px 0;
	}
	.bot {
		padding: 15px 0;
	}
}
@media only screen and (max-width: 1152px){
	.header .nav {
		margin-right: 20px;
	}
	.aboutlist dl dt .timer {
		font-size: 40px;
		line-height: 40px;
	}
	.aboutlist dl dt img {
		height: 40px;
	}
	.aboutlist dl dd p{
		font-size:14px;
	}
	.tit{
		line-height:95px;
		height:95px;
	}
	.tit span {
		font-size: 95px;
	}
	.tit h4,.tit h4 a{
		font-size:34px;
	}
	.sdbzlist ul li h4{
		font-size:18px;
	}
	.partnersnr_n ul li {
		width: 24%;
	}
	.footerrt dl {
		margin-right: 10px;
	}
}

.wapban,.wapinner{
	display:none;
}
@media only screen and (max-width: 1023px){
	.header{
		height:60px;
	}
	.logo{
		padding:10px 0;
	}
	.logo img{
		height:40px;
	}
	.toggle{
		top:10px;
		display: flex;
	}
	.pcban,.pcinner{
		display:none;
	}
	.wapban,.wapinner{
		display:block;
	}
	.aboutjs {
		padding: 0;
	}
	#fp-nav ul li a:before{
		display:none;
	}
	.footer .footerrt,.botsearch{
		display:none;
	}
	.footer .footerlf{
		width:100%;
	}
	.footer .footerlf ul li p{
		display:none;
	}
	.footer .footerlf ul li h4,.footer .footerlf ul li h4 a{
		font-size:16px;
	}
	.footer {
		padding: 40px 0 40px 0;
	}
	#toolbar{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2){
		display:none;
	}
	#toggleMenu nav .navigation li a{
		font-size:18px;
	}
	#toggleMenu nav .full-width-menu .cntBox:nth-child(1){
		width:70%;
	}
	.aboutlist dl{
		background:none;
	}
	.aboutlist dl dt .timer {
		font-size: 36px;
		line-height: 36px;
	}
	.aboutlist dl dt img {
		height: 30px;
	}
	.aboutlist dl dt{
		margin-right:5px;
	}
	.aboutlist dl dd p{
		line-height:20px;
	}
	.proyynr .swiper-container {
		width: 100%;
	}
	.jsslin {
		padding: 40px;
	}
	.jsslnr h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.jsslnr .jsslen{
		font-size:14px;
	}
	.jsslnr .jsslnum{
		font-size:80px;
		line-height:80px;
	}
	.sdbz h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.proyynr, .jssl .jsslgd, .jsslnr .jsslmore{
		margin-top: 20px;
	}
	.proyynr .swiper-slide-active .jsslnr .jssltit{
		padding-bottom:10px;
	}
	.lynum {
		font-size: 280px;
		line-height: 210px;
	}
	.jsslnr .jssljs{
		margin-top: 10px;
	}
	.tit {
		line-height: 85px;
		height:85px;
	}
	.tit span {
		font-size: 85px;
	}
	.tit h4, .tit h4 a {
		font-size: 30px;
	}
	.ly h4{
		font-size:32px;
		line-height:42px;
	}
	.sdbzlist {
		width: 100%;
		padding-left: 0;
	}
	.sdbzlist ul li {
		height: 200px;
	}
	.sdbzlist ul li .sdbzbg{
		padding-top:40px;
	}
	.sdbzlist ul li h4{
		margin-top:20px;
	}
	.newslist .newsdate {
		font-size: 32px;
		line-height: 32px;
	}
	.newslist h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.newslist .newsmore{
		padding-left:40px;
	}
	.contactnr_n{
		padding:30px;
	}
	.contactnr_n ul li h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.contactnr_n ul li p{
		font-size:18px;
	}
	.partnersnr_n ul li {
		width: 32.333333333333%;
	}
	.contactnr_n ul li {
		width: 100%;
	}
	.map{
		margin-top:0;
	}
	.solution-section .box{
		margin-left: 0;
	}
	.solution-section2 .box{
		margin-right: 0;
	}
	.tech-list li .left, .tech-list li .right {
		width: 100%;
	}
	.tech-list li .right {
        padding: 10px 0;
    }
	.tech-list li {
        padding: 30px 0;
    }

    .tech-list li .right p {
        font-size: 14px;
        text-align: justify;
        margin-top: 15px;
    }

    .tech-list li:nth-child(even) .right {
        padding: 20px 0;
    }

    .tech-list li:nth-child(odd) .left, .tech-list li:nth-child(odd) .right {
        order: unset;
    }
	.x-main-title2 h1 {
        font-size: 17px;
        font-weight: bold;
		margin:0;
    }

    .x-main-title2 {
        margin-bottom: 10px;
    }

    .x-main-title2 h1:after {
        width: 20px;
        bottom: -10px;
    }
	.tech-list li .right .num {
        display: none;
    }
	.x-width {
		padding: 0 0.8em;
	}
	.proyynr .swiper-button .swiper-button-prev{
		left: -25px;
	}
	.proyynr .swiper-button .swiper-button-next{
		right:-25px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
    .aboutlist dl dt {
		margin-right: 0;
	}
	.aboutlist dl dt,.aboutlist dl dd{
		width:100%;
	}
	.aboutlist dl dt img {
		margin-right: 5px;
	}
	.tit {
		line-height: 75px;
		height:75px;
	}
	.tit span {
		font-size: 75px;
	}
	.tit h4, .tit h4 a {
		font-size: 26px;
	}
	.ly h4{
		font-size:30px;
		line-height:40px;
	}
	.lynum {
		font-size: 240px;
		line-height: 200px;
	}
	.med_list_box > a {
		padding: 34px 10px 45px 10px;
	}
	.med_list_box > a:hover .med_tex_box {
		margin-left: 0;
	}
	.med_tex_box {
		width: 100%;
		margin-top: 55px;
		margin-left: 0;
	}
	.med_title {
		font-size: 16px;
		margin-top: 8px;
	}
	.med_list_box > a:hover>span {
		padding: 0 35px;
	}
	.med_list_case> span {
		top: 33px;
		font-size: 14px;
		line-height: 42px;
	}
	.med_time {
		line-height: 20px;
		font-size: 20px;
		top: 41px;
		width: 43px;
	}
	.newsbot .swiper-button div {
		width: 40px;
		height: 40px;
		margin-right:10px;
	}
	.newsbotmore {
		width: 130px;
		height: 40px;
		line-height: 40px;
		background-position:20px;
	}
	.solution-section .txt,.solution-section .img{
		width:100%;
	}
	.solution-section .txt {
		padding: 80px 40px 40px 40px;
		height:auto;
	}
	.solution-section .txt li{
		padding-bottom:0;
	}
	.solution-section .txt h2 {
		padding-bottom: 30px;
	}
	.solution-section {
		padding-bottom: 0;
	}
	.nsbnr dl{
		padding:0 10px;
	}
	.footer .footerlf .botsearch {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){
	.index_main .section1 .index_banner .item .inner .block_txt{
		width: 50%;
		margin-left: -25%;
		bottom:20%;
	}
	.index_main .section1 .number span {
		margin: 0 10px;
	}
	.sdbzlist ul li .sdbz_icon img{
		height:40px;
	}
	.sdbzlist ul li {
		height: 130px;
	}
	.sdbzlist ul li .sdbzbg {
		padding-top: 20px;
	}
	.sdbzlist ul li h4 {
		margin-top: 10px;
	}
	.menu_n{
		bottom:0;
	}
	.tit {
		line-height: 65px;
		height:65px;
	}
	.tit span {
		font-size: 65px;
	}
	.tit h4, .tit h4 a {
		font-size: 24px;
	}
	.ly h4{
		font-size:28px;
		line-height:38px;
	}
	.lylist ul{
		width:100%;
	}
	.lylist ul li{
		width:25%;
		margin: 0;
	}
	.lylist ul li .lyicon{
		margin:auto;
	    width: 68px;
		height: 68px;
	}
	.jsslnr h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.jsslnr .jsslen{
		font-size:13px;
	}
	.jsslnr .jsslnum{
		font-size:70px;
		line-height:70px;
	}
	.solution-section .txt sup {
		top: -35px;
		font-size: 66px;
		left:40px;
	}
	.solution-section .txt {
		padding: 80px 30px 30px 30px;
	}
	.solution-section {
		padding-top: 80px;
	}
	.partnersnr_n ul li {
		width: 49%;
	}
	.botsearch_box input {
		width: 80%;
	}
	.botsearch_box button {
		width: 20%;
	}
}
@media only screen and (max-width: 540px){
	 .aboutlist dl dt .timer {
		font-size: 32px;
		line-height: 32px;
	}
	.tit {
		line-height: 55px;
		height:55px;
	}
	.tit span {
		font-size: 55px;
	}
	.ly h4{
		font-size:26px;
		line-height:36px;
	}
}

.fl{ float:left}
.fr{ float:right}
.ditu{ width:50%}
.ditu img{ width:auto!important}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 22px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 16px;color: #999999; margin-top:0; line-height:30px; font-family:Arial, Helvetica, sans-serif}
.rit-box .top-tit p font{ color:#d9251b; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #d22e37;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #d22e37;}
.city li a{ color:#fff}
.city {width: 420px;display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}

.pc{ display:block}
.mb{ display:none}

@media only screen and (max-width: 425px){
	
	.fp-tableCell .about .tit { margin-top:18%}
	.aboutjs p{ line-height:30px}
	
	.index_main .section1 .index_banner .item .inner .block_txt{
		width: 80%;
    margin-left: 10%;
    margin-top: 70%;
	}
	.aboutlist dl dt img {
		height: 25px;
	}
	.aboutlist dl dt .timer {
		font-size: 28px;
	}
	.tit {
		line-height: 45px;
		height:45px;
	}
	.tit span {
		font-size: 45px;
	}
	.ly h4{
		font-size:24px;
		line-height:34px;
	}
	.proyynr .swiper-button .swiper-button-prev{
		background-size:14px;
		left: -20px;
	}
	.proyynr .swiper-button .swiper-button-next{
		background-size:14px;
		right: -20px;
	}.more, .aboutlist {
    margin-top: 30px;
}.aboutjs {
    margin-top: 25px;
 
    padding: 0 15%;
}.col-xs-4 {
    width: 50%!important;
}.aboutlist dl dt .timer {
    font-size: 37px;
}.aboutlist dl dt p {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 2.7;
    color: #333;
}.aboutjs {
    margin-top: 25px;
    padding: 0 ;
}.aboutlist dl dd p{ display:none}.aboutlist dl dt img {
    height: 40px;
}.aboutlist dl{ margin-top:6%}
.section4 .tit{ margin-top:80px!important; margin-bottom:40px!important}
.jsslnr img {
    /* object-fit: cover; */
    transform: perspective(0px) skewX(0deg); 
    
    width: 100%;
}
.jsslin {
    width: 100%;
    overflow: hidden;
    padding: 60px 126px 0 56px;
    position: absolute;
    left: 5%;
    top: 0;
    transform: perspective(0px) skewX(0deg);
    z-index: 9;
}.jsslin {
    padding: 20px;
}
.proyynr .swiper-slide-active .jsslnr {
    transform-origin: top left;
    transform: perspective(0px) skewX(0deg);
}
.proyynr .swiper-slide-active .jsslnr img {
    height: 100%;
}
.pc{ display:none}
.mb{ display:block}
.proyynr, .jssl .jsslgd, .jsslnr .jsslmore {
    margin-top: 60px;
}.fwbz .tit h4 {
    color: #fff;
    text-align: center; margin-top:50px
}.fwbz .tit span {
    color: rgba(255, 255, 255, 0.08);
    text-align: center;
    left: 19%;
   
}.fwbz .more {
    margin-top: 20px;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}.fwbz .pic {
    width: 100%;
    margin: 0 auto;
    margin-left: 0%;
    margin-top: -12%;
}.youshi1 {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 6px;
    border-top-left-radius: 0px;
}.fwbz .fl img{ width:100%}
.youshi_1 {
    width: 100%;
    margin-top: 50px;
}.youshi1 {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 6px;
    border-top-left-radius: 0px;
}.youshi2 {
    width: 49%;
    height: 118px;
    overflow: hidden;
    margin-right: 0px;
    border-bottom-left-radius: 0px; margin-right:1%
}.youshi3{ width: 49%;  height: 118px; margin-left:1%}
.youshi_2 {
    width: 100%;
    height: 368px;
    overflow: hidden;
    margin-top: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.youshi_2 a{ width:100%; display:flex; justify-content: center ;align-items:  center ;}

.youshi_2 img{ width:100%;}

.news .tit{ margin-top:150px!important}
.footerbot dl{ display:none}
.left {
    float: left;
    width: 97%;
}.botlxfs {
    overflow: hidden;
    margin-left: 3%;
}.botlxfs h4 {
    width: 100%;
    overflow: hidden;
    color: #444;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 13px;
    margin-bottom: 0px;
}.footerbot {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}.boticon img {
    max-width: 100%;
    height: 34px;}
.botlxfs p {
    width: 100%;
    overflow: hidden;
    color: #555;
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
}.footerlf .left{ margin-bottom:10px}
.bot .botnr {
    padding: 3px 0;
    border-top: solid 1px #dedede;
}.footer {
    padding: 40px 0 10px 0;
}.bot .botnr .botrt{ display:none}
.menu_na{ display:none}
.bot {
    padding: 18px 0 0!important;
}.footer {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
    border-top: solid 1px #dedede;
    padding: 12px 0 18px 0!important;
}.col-xs-6 {
    width: 100%!important;
}.ditu {
    width: 100%;
}.nylianxi {
    width: 100%;
}.rit-box .top-tit h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0px;
}
}
@media only screen and (max-width: 375px){
	.aboutlist dl dd p{
		font-size:13px;
	}
	.aboutlist dl dt .timer {
		font-size: 24px;
	}
	.sdbzlist ul li .sdbz_icon img{
		height:30px;
	}
	.sdbzlist ul li h4 {
		font-size: 16px;
	}
	.sdbzlist ul li {
		height: 110px;
	}
	.lylist ul li .lyicon {
		width: 60px;
		height: 60px;
	}
	.partnersnr_n ul li {
		width: 99%;
	}
	.menu_n ul li{
		margin:0 5px;
	}
	.jsslin {
		padding: 20px 40px;
	}
}
@media only screen and (max-width: 319px){
	.aboutlist dl dd p{
		font-size:12px;
	}
	.aboutlist dl dt img {
		height: 20px;
	}
	.aboutlist dl dt .timer {
		font-size: 20px;
		line-height: 30px;
	}
	.jsslnr .jssljs{
		height:160px;
	}
}


